@font-face {
    font-family: SF Pro Display;
    src: url("../../fonts/sf-pro-display-cufonfonts/SFPRODISPLAYREGULAR.OTF");
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');


* {
    margin: 0;
    box-sizing: content-box;
}

body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #000;
}

a {
    text-decoration: none;
    color: #000;
}

.wrapper {
    overflow: hidden;
    max-width: 450px;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    border-radius: 8px;
}


.bg-img img {

    position: absolute;
    z-index: -1;
    max-width: 450px;
    min-height: 800px;
    width: 100%;
    height: 100%;
}



#mainwrapper {
    width: 100%;
    background-repeat: no-repeat;
}

.cover-img{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -8px;
    height: 180px;
    z-index: -2;
}

.cover-img img{
    width: 450px;
    height: 165px;
    object-fit: cover;
}

.profileimg img{
    border-radius: 50%;
    width: 140px;
    border: 10px solid #fff;
}
.logo img{
    width: 36px;
    height: 36px;
}

.heroSection {
    padding: 0px 20px;
    position: relative;
}

.profileimg {
    position: absolute;
    top: 12%;
    right: 3%;
}

.userTitle {
    padding-bottom: 15px;
}

.Call {
    display: flex;
    gap: 4%;
    align-items: center;
    padding-bottom: 10px;
}

.Email {
    display: flex;
    gap: 4%;
    align-items: center;
    padding-bottom: 10px;
}

.Website {
    display: flex;
    gap: 4%;
    align-items: center;
    padding-bottom: 10px;
}

.main {

    padding: 50px 30px 0px 50px;
    gap: 4%;
    align-items: center;
}

.contactText {
    align-self: center;
}

.mediaIcons {
    position: relative;
   padding-top: 40px;

}
.contactIcon img{
    width: 40px;
}
.contactNow img{
    width: 35px;
}
.mediagroup {
    display: flex;
    justify-content: center;
    gap: 2%;

  
}

.contactNow {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
    height: 137px;
    background-size: 310px;
    align-items: end;

}

.Location {
    display: flex;
    gap: 4%;
    align-items: center;
    padding-bottom: 10px;
}

.UPI {
    text-align: center;
    z-index: 1;
}

#downloadPdf {
    text-align: center;
}

.UPI img {
    width: 60px;

}


.userTitle {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    word-wrap: break-word;
    width: 59%;
}

.userDesc {
    color: #000;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 148%;
    padding-bottom: 10px;
}

.userExtraInfo{
    color: #000;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 148%;
    word-break: break-word;
}

.contactDetails p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 148%;
    color: #000;
}


.contactText .websitePara{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
}


.contactNow p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 148%;
}

.container {

    width: 448px;
    height: 101px;
    z-index: 999;
    background: black;
    opacity: 0.9;
    box-shadow: 0px 4px 4px rgb(26 26 26 / 25%);
    backdrop-filter: blur(1000px);
    border-radius: 10px;
    align-items: center;
    display: flex;
    margin: auto auto;
    margin-top: 29px;


}
#pdfIcon>img {
    z-index: 2;
    width: 45px;
    height: 45px;
}

.btnText {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 148%;
    color: #000;
}

#downloadPdf {
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    cursor: pointer;

}

.btnIcons {
    display: block !important;
}


.share>button {
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 5px;
}
#paymentLink {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.btnIcons {
    width: 100%;
    justify-content: center;
    flex-direction: column;
}
.btnpay{
    color: #fff !important;
}

@media (max-width : 450px){
    .profileimg {
        top: 10%;
    }

    .cover-img img{
        height: 165px;
    }
}


@media (max-width : 374px){
    .cover-img img{
        height: 169px;
    }
}